原题地址:https://oj.leetcode.com/problems/reverse-nodes-in-k-group/题意:Given a linked list, reverse the nodes of a linked listkat a time and return its mod...
分类:
编程语言 时间:
2014-06-15 21:24:43
阅读次数:
293
http://blog.csdn.net/finelife/article/details/16086321.写入sessionObject sessionName = "name";Object sessionValue = "value";HttpSession session = (HttpS...
分类:
Web程序 时间:
2014-06-15 21:14:40
阅读次数:
219
error: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify fail...
分类:
其他好文 时间:
2014-06-15 20:45:58
阅读次数:
460
安装标准版VisualSvnserver,端口443,启用https//,安装过程中报服务启动失败,后用命令行msiexec /i VisualSVN-Server-2.7.3.msi NO_START_SERVICES=1安装,暂时不启动服务。安装完成后,启动服务时,启动失败,报错。这通查,用了两...
分类:
其他好文 时间:
2014-06-15 20:38:14
阅读次数:
577
原题地址:https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/题意:Given a string, find the length of the longest substring witho...
分类:
编程语言 时间:
2014-06-15 19:51:00
阅读次数:
254
原题地址:https://oj.leetcode.com/problems/add-two-numbers/题意:You are given two linked lists representing two non-negative numbers. The digits are stored i...
分类:
编程语言 时间:
2014-06-15 00:40:44
阅读次数:
328
参考资料https://github.com/bsdnoobz/web-based-face-detecthttp://opencv-code.com/projects/web-based-interface-for-face-detection-with-opencv/http://www.cnb...
分类:
Web程序 时间:
2014-06-14 21:57:39
阅读次数:
379
编译环境:windows8.1Anaconda python2.7Visual studio 2012CUDA6.0Pthread for windowsIntel Math Kernel Librarycuda-convnet 原始文件下载地址:https://github.com/dnouri/...
以下步骤在MAC下测试通过:
首先是安装CCache,
可以用homebrew
brew install --HEAD ccache
也可以用源码安装
git clone https://github.com/jrosdahl/ccache.git
cd ccache
./autogen.sh
./configure
make
make install
如果提示autohe...
分类:
移动开发 时间:
2014-06-14 12:28:49
阅读次数:
263
先上GitHub链接:
https://github.com/songrotek/PlaneWar.git...
分类:
微信 时间:
2014-06-14 11:43:46
阅读次数:
448